home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 1) (1997).iso / emulator / amiga065 / sources / readme.src < prev   
Text File  |  1996-12-19  |  2KB  |  69 lines

  1. This is DosUAE source code the DOS source code port of the
  2. Un*x Amiga Emulator version 0.6.5 realese
  3.  
  4.  
  5.         First of all don't forget to read the original readme, readme.dos
  6. and readme.pro files first, that are with the binary distribution
  7. (duae065a.zip).
  8.  
  9.  
  10. 1. Recompiling the DOS port (Programmers only)
  11.  
  12.         This version of the source code is being distributed in a zip
  13. file because it seams there is some interest in it and most DOS programers
  14. seam to have trouble dealing with tar and patch utilities, with are most
  15. common to unix programmers only.
  16.         This version of the source code has the patch/modifications already
  17. aplyed.
  18.         Make sure you install DJGPP 2.0 compiler and the DJGPP version of
  19. MAKE utilitie, these can be found at www.delorie.com web site.
  20.         To recompile the DOS port just run the command:
  21.  
  22.         cd src
  23.         make -f makefile.dos
  24.  
  25.         This should generate the same binary as in the binary distribution
  26. of DosUAE.
  27.  
  28. 2. Code contributers to the DOS port of uae
  29.  
  30.    · Gustavo Goedert: Port and video code
  31.    · Peter Remmers: Sound Blaster sound code
  32.    · Tim Gunn: Interface code
  33.    · Michael Sontheimer: GUS sound code and led code
  34.  
  35.    Please fell free to make any contribution to DosUAE. All DosUAE will
  36.    be very gratefull.
  37.  
  38. 3. DosUAE Links
  39.  
  40.    DosUAE has it's own homepage now, it's own url:
  41.     http://tinos.pucrs.br/~ggoedert/dosuae.htm
  42.  
  43.    DosUAE also has it's own news board now, it's on url:
  44.     http://tinos.pucrs.br/~ggoedert/uaeboard
  45.  
  46.    If you have any problems, comments, sugestions, bugfixes or want to bring
  47.    up some general UAE topic, please post it up in the news board.
  48.  
  49.  
  50. 4. Contacting the DOS port author
  51.  
  52.    If you can't use the UAE news board (See Above) you can try sending
  53.    a mail to me at: (please use the news board preferencialy)
  54.  
  55.     ggoedert@music.pucrs.br
  56.  
  57.    Just don't send me emails during weekends, because for some
  58.    odd/strange/mad reason the university turns off the computer I have
  59.    email access on weekends. All other days are ok, even at night.
  60.    You can also contact me by normal mail:
  61.  
  62.     Gustavo Goedert
  63.     Rua Francisco Braga, 239
  64.     Porto Alegre, RS
  65.     CEP 91530-330
  66.     BRAZIL
  67.  
  68. PS: Please forgive my poor english. :)
  69.